Skip to main content

GCP CLI Reference

Configure CLI SSO​

What you'll need​

  1. Install AWS CLI with the default options enabled (make sure 'Bundled Python' is enabled)

Setup​

  1. Run initial CLI init by running gcloud init from terminal (follow the configuration manual if needed). When prompted after signing in, choose 'backend-me-west1' as the default project
  2. Configure local default credentials by running gcloud auth application-default login from terminal (follow the configuration manual if needed)

Additional info​

After the initial setup, when needing to refresh credentials run the following commands:

gcloud auth login
gcloud auth application-default login